home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TFRMWAIT / TFRMWAIT.txt
Text File  |  2005-08-08  |  833b  |  45 lines

  1. inherited FrmWait: TFrmWait
  2.   Left = 398
  3.   Top = 389
  4.   VertScrollBar.Range = 0
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Veuillez patienter...'
  8.   ClientHeight = 98
  9.   ClientWidth = 322
  10.   FormStyle = fsStayOnTop
  11.   OnClose = FormClose
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   inherited sb: TTBXStatusBar
  15.     Top = 79
  16.     Width = 322
  17.   end
  18.   object Panel1: TPanel [1]
  19.     Left = 0
  20.     Top = 0
  21.     Width = 322
  22.     Height = 79
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     BorderWidth = 5
  26.     TabOrder = 0
  27.     object lblTitle: TLabel
  28.       Left = 5
  29.       Top = 5
  30.       Width = 312
  31.       Height = 13
  32.       Align = alTop
  33.       Alignment = taCenter
  34.       Caption = 'lblTitle'
  35.     end
  36.     object ProgressBar: TProgressBar
  37.       Left = 8
  38.       Top = 48
  39.       Width = 305
  40.       Height = 17
  41.       TabOrder = 0
  42.     end
  43.   end
  44. end
  45.